[INFO] cloning repository https://github.com/tahirali-csc/toy-lb
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tahirali-csc/toy-lb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftahirali-csc%2Ftoy-lb", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftahirali-csc%2Ftoy-lb'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a50d7670f9b83eaef40a0af8d04f33db0aea45e1
[INFO] checking tahirali-csc/toy-lb against master#ff647322379c48947c196639599067665ff9eb88 for pr-151539-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftahirali-csc%2Ftoy-lb" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tahirali-csc/toy-lb
[INFO] finished tweaking git repo https://github.com/tahirali-csc/toy-lb
[INFO] tweaked toml for git repo https://github.com/tahirali-csc/toy-lb written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tahirali-csc/toy-lb on toolchain ff647322379c48947c196639599067665ff9eb88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tahirali-csc/toy-lb already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded poule v0.3.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d34504676266520c20d828c8c82216b727f6c928f5cf77eeb254bd62281d3c6f
[INFO] running `Command { std: "docker" "start" "d34504676266520c20d828c8c82216b727f6c928f5cf77eeb254bd62281d3c6f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d34504676266520c20d828c8c82216b727f6c928f5cf77eeb254bd62281d3c6f" "/opt/rustwide/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d34504676266520c20d828c8c82216b727f6c928f5cf77eeb254bd62281d3c6f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d34504676266520c20d828c8c82216b727f6c928f5cf77eeb254bd62281d3c6f" "/opt/rustwide/cargo-home/bin/cargo" "+ff647322379c48947c196639599067665ff9eb88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling anyhow v1.0.89
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking bytes v1.7.2
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking poule v0.3.2
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling prost-derive v0.13.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]     Checking prost v0.13.2
[INFO] [stderr]     Checking toy-lb v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Ref`
[INFO] [stdout]  --> src/server.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::cell::{Ref, RefCell};
[INFO] [stdout]   |                 ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `IpAddr`
[INFO] [stdout]  --> src/server.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::net::{IpAddr, Ipv4Addr, SocketAddr};
[INFO] [stdout]   |                ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::{
[INFO] [stdout]              // logging::{LogDuration, LogError, LogMessage, RequestRecord},
[INFO] [stdout]          }`
[INFO] [stdout]  --> src/log.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 |   use crate::{
[INFO] [stdout]   |  _____^
[INFO] [stdout] 2 | |     // logging::{LogDuration, LogError, LogMessage, RequestRecord},
[INFO] [stdout] 3 | | };
[INFO] [stdout]   | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Ref`
[INFO] [stdout]  --> src/server.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::cell::{Ref, RefCell};
[INFO] [stdout]   |                 ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `IpAddr`
[INFO] [stdout]  --> src/server.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::net::{IpAddr, Ipv4Addr, SocketAddr};
[INFO] [stdout]   |                ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::{
[INFO] [stdout]              // logging::{LogDuration, LogError, LogMessage, RequestRecord},
[INFO] [stdout]          }`
[INFO] [stdout]  --> src/log.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 |   use crate::{
[INFO] [stdout]   |  _____^
[INFO] [stdout] 2 | |     // logging::{LogDuration, LogError, LogMessage, RequestRecord},
[INFO] [stdout] 3 | | };
[INFO] [stdout]   | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `activate_token`
[INFO] [stdout]   --> src/server.rs:83:13
[INFO] [stdout]    |
[INFO] [stdout] 83 |         let activate_token = self.http.borrow_mut().activate_listener(&addr);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_activate_token`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `session_token`
[INFO] [stdout]    --> src/server.rs:103:13
[INFO] [stdout]     |
[INFO] [stdout] 103 |         let session_token = token.0;
[INFO] [stdout]     |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_session_token`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `other`
[INFO] [stdout]    --> src/server.rs:120:21
[INFO] [stdout]     |
[INFO] [stdout] 120 |                 Err(other) => {}
[INFO] [stdout]     |                     ^^^^^ help: if this is intentional, prefix it with an underscore: `_other`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `server_bind_err`
[INFO] [stdout]   --> src/http.rs:64:60
[INFO] [stdout]    |
[INFO] [stdout] 64 |         let mut listener = server_bind(ipv4_addr).map_err(|server_bind_err| ListenerError::Activation {
[INFO] [stdout]    |                                                            ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_server_bind_err`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `listener`
[INFO] [stdout]    --> src/http.rs:105:13
[INFO] [stdout]     |
[INFO] [stdout] 105 |         let listener = self
[INFO] [stdout]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_listener`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/http.rs:111:20
[INFO] [stdout]     |
[INFO] [stdout] 111 |         if let Err(e) = frontend_sock.set_nodelay(true) {
[INFO] [stdout]     |                    ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `err`
[INFO] [stdout]    --> src/http.rs:119:20
[INFO] [stdout]     |
[INFO] [stdout] 119 |         if let Err(err) = self.registry.register(&mut frontend_sock, session_token, Interest::READABLE | Interest::WRITABLE) {
[INFO] [stdout]     |                    ^^^ help: if this is intentional, prefix it with an underscore: `_err`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `configured_request_timeout`
[INFO] [stdout]    --> src/http.rs:201:9
[INFO] [stdout]     |
[INFO] [stdout] 201 |         configured_request_timeout: Duration,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_configured_request_timeout`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `SetReusePort` and `InvalidSocketAddress` are never constructed
[INFO] [stdout]   --> src/socket.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub enum ServerBindError {
[INFO] [stdout]    |          --------------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 16 |     SetReusePort(std::io::Error),
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 |     InvalidSocketAddress { address: String, error: String },
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ServerBindError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `BuildRustls` is never constructed
[INFO] [stdout]   --> src/http.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub enum ListenerError {
[INFO] [stdout]    |          ------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 23 |     BuildRustls(String),
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ListenerError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `TooManySessions`, `WrongSocketAddress`, and `BufferCapacityReached` are never constructed
[INFO] [stdout]   --> src/http.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub enum AcceptError {
[INFO] [stdout]    |          ----------- variants in this enum
[INFO] [stdout] 47 |     IoError,
[INFO] [stdout] 48 |     TooManySessions,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 51 |     WrongSocketAddress,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 52 |     BufferCapacityReached,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AcceptError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `configured_backend_timeout`, `configured_connect_timeout`, `configured_frontend_timeout`, and `frontend_token` are never read
[INFO] [stdout]    --> src/http.rs:190:5
[INFO] [stdout]     |
[INFO] [stdout] 188 | pub struct HttpSession {
[INFO] [stdout]     |            ----------- fields in this struct
[INFO] [stdout] 189 |     // answers: Rc<RefCell<HttpAnswers>>,
[INFO] [stdout] 190 |     configured_backend_timeout: Duration,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 191 |     configured_connect_timeout: Duration,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 192 |     configured_frontend_timeout: Duration,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 193 |     frontend_token: Token,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/server.rs:91:13
[INFO] [stdout]    |
[INFO] [stdout] 91 |             self.poll.poll(&mut events, None);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 91 |             let _ = self.poll.poll(&mut events, None);
[INFO] [stdout]    |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/server.rs:132:13
[INFO] [stdout]     |
[INFO] [stdout] 132 |             proxy.borrow_mut().create_session(sock, token);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 132 |             let _ = proxy.borrow_mut().create_session(sock, token);
[INFO] [stdout]     |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `activate_token`
[INFO] [stdout]   --> src/server.rs:83:13
[INFO] [stdout]    |
[INFO] [stdout] 83 |         let activate_token = self.http.borrow_mut().activate_listener(&addr);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_activate_token`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `session_token`
[INFO] [stdout]    --> src/server.rs:103:13
[INFO] [stdout]     |
[INFO] [stdout] 103 |         let session_token = token.0;
[INFO] [stdout]     |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_session_token`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `other`
[INFO] [stdout]    --> src/server.rs:120:21
[INFO] [stdout]     |
[INFO] [stdout] 120 |                 Err(other) => {}
[INFO] [stdout]     |                     ^^^^^ help: if this is intentional, prefix it with an underscore: `_other`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `server_bind_err`
[INFO] [stdout]   --> src/http.rs:64:60
[INFO] [stdout]    |
[INFO] [stdout] 64 |         let mut listener = server_bind(ipv4_addr).map_err(|server_bind_err| ListenerError::Activation {
[INFO] [stdout]    |                                                            ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_server_bind_err`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `listener`
[INFO] [stdout]    --> src/http.rs:105:13
[INFO] [stdout]     |
[INFO] [stdout] 105 |         let listener = self
[INFO] [stdout]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_listener`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/http.rs:111:20
[INFO] [stdout]     |
[INFO] [stdout] 111 |         if let Err(e) = frontend_sock.set_nodelay(true) {
[INFO] [stdout]     |                    ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `err`
[INFO] [stdout]    --> src/http.rs:119:20
[INFO] [stdout]     |
[INFO] [stdout] 119 |         if let Err(err) = self.registry.register(&mut frontend_sock, session_token, Interest::READABLE | Interest::WRITABLE) {
[INFO] [stdout]     |                    ^^^ help: if this is intentional, prefix it with an underscore: `_err`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `configured_request_timeout`
[INFO] [stdout]    --> src/http.rs:201:9
[INFO] [stdout]     |
[INFO] [stdout] 201 |         configured_request_timeout: Duration,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_configured_request_timeout`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `SetReusePort` and `InvalidSocketAddress` are never constructed
[INFO] [stdout]   --> src/socket.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub enum ServerBindError {
[INFO] [stdout]    |          --------------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 16 |     SetReusePort(std::io::Error),
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 |     InvalidSocketAddress { address: String, error: String },
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ServerBindError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `BuildRustls` is never constructed
[INFO] [stdout]   --> src/http.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub enum ListenerError {
[INFO] [stdout]    |          ------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 23 |     BuildRustls(String),
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ListenerError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `TooManySessions`, `WrongSocketAddress`, and `BufferCapacityReached` are never constructed
[INFO] [stdout]   --> src/http.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub enum AcceptError {
[INFO] [stdout]    |          ----------- variants in this enum
[INFO] [stdout] 47 |     IoError,
[INFO] [stdout] 48 |     TooManySessions,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 51 |     WrongSocketAddress,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 52 |     BufferCapacityReached,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AcceptError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `configured_backend_timeout`, `configured_connect_timeout`, `configured_frontend_timeout`, and `frontend_token` are never read
[INFO] [stdout]    --> src/http.rs:190:5
[INFO] [stdout]     |
[INFO] [stdout] 188 | pub struct HttpSession {
[INFO] [stdout]     |            ----------- fields in this struct
[INFO] [stdout] 189 |     // answers: Rc<RefCell<HttpAnswers>>,
[INFO] [stdout] 190 |     configured_backend_timeout: Duration,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 191 |     configured_connect_timeout: Duration,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 192 |     configured_frontend_timeout: Duration,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 193 |     frontend_token: Token,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/server.rs:91:13
[INFO] [stdout]    |
[INFO] [stdout] 91 |             self.poll.poll(&mut events, None);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 91 |             let _ = self.poll.poll(&mut events, None);
[INFO] [stdout]    |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/server.rs:132:13
[INFO] [stdout]     |
[INFO] [stdout] 132 |             proxy.borrow_mut().create_session(sock, token);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 132 |             let _ = proxy.borrow_mut().create_session(sock, token);
[INFO] [stdout]     |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.68s
[INFO] running `Command { std: "docker" "inspect" "d34504676266520c20d828c8c82216b727f6c928f5cf77eeb254bd62281d3c6f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d34504676266520c20d828c8c82216b727f6c928f5cf77eeb254bd62281d3c6f", kill_on_drop: false }`
[INFO] [stdout] d34504676266520c20d828c8c82216b727f6c928f5cf77eeb254bd62281d3c6f
